func runtime.heapBitsInSpan
8 uses
runtime (current package)
malloc.go#L1146: hasHeader := !noscan && !heapBitsInSpan(size)
mbitmap.go#L112: func heapBitsInSpan(userSize uintptr) bool {
mbitmap.go#L182: if heapBitsInSpan(span.elemsize) {
mbitmap.go#L543: if (!s.spanclass.noscan() && heapBitsInSpan(s.elemsize)) || s.isUserArenaChunk {
mbitmap.go#L710: if doubleCheck && (!heapBitsInSpan(dataSize) || !heapBitsInSpan(span.elemsize)) {
mfinal.go#L446: if !span.spanclass.noscan() && !heapBitsInSpan(span.elemsize) && span.spanclass.sizeclass() != 0 {
mheap.go#L1405: if !s.spanclass.noscan() && heapBitsInSpan(s.elemsize) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |